func runtime.isShrinkStackSafe

3 uses

	runtime (current package)
		mgcmark.go#L859: 	if isShrinkStackSafe(gp) {
		stack.go#L1155: func isShrinkStackSafe(gp *g) bool {
		stack.go#L1206: 	if !isShrinkStackSafe(gp) {